home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 266_01 / lines.pic < prev    next >
Text File  |  1988-03-11  |  920b  |  27 lines

  1. *
  2. *  Display micro PLOX line and point types
  3. *
  4. PIC size 7 by 5
  5. TITLE at 3.5,4.3 font 2 text Line and Point Types
  6. AREA at .5,.5 size 6 by 4
  7. AXIS below invisible to 6
  8. AXIS left  invisible to 4
  9. LINE file LINES.DAT items 1 2 sparse   points pinwheel
  10. LINE file LINES.DAT items 1 3 dotted   points diamond
  11. LINE file LINES.DAT items 1 4 spotted  points flower
  12. LINE file LINES.DAT items 1 5 dash     points square
  13. LINE file LINES.DAT items 1 6 longdash points blob
  14. LINE file LINES.DAT items 1 7 dashdot  points blot
  15. LABEL left at 5.2,0.75 text PINWHEEL
  16. LABEL left at 5.2,1.25 text DIAMOND
  17. LABEL left at 5.2,1.75 text FLOWER
  18. LABEL left at 5.2,2.25 text SQUARE
  19. LABEL left at 5.2,2.75 text BLOB
  20. LABEL left at 5.2,3.25 text BLOT
  21. LABEL at 2.6,0.8 text SPARSE
  22. LABEL at 2.6,1.3 text DOTTED
  23. LABEL at 2.6,1.8 text SPOTTED
  24. LABEL at 2.6,2.3 text DASH
  25. LABEL at 2.6,2.8 text LONGDASH
  26. LABEL at 2.6,3.3 text DASHDOT
  27.